From 5c9a100fe8922318cdea3a45a0ee1482b7a6ac85 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 19 Feb 2017 09:09:28 +0000 Subject: [PATCH] Scale: Improve docs of format-value property --- gtk/gtkscale.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index 45e51c1691..d6f0eb5eef 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -735,6 +735,9 @@ gtk_scale_class_init (GtkScaleClass *class) * Connect a signal handler which returns an allocated string representing * @value. That string will then be used to display the scale's value. * + * If no user-provided handlers are installed, the value will be displayed on + * its own, rounded according to the value of the #GtkScale:digits property. + * * Here's an example signal handler which displays a value 1.0 as * with "-->1.0<--". * |[ @@ -1901,8 +1904,7 @@ weed_out_neg_zero (gchar *str, } /* - * Emits #GtkScale:format-value signal to format the value, - * if no user signal handlers, falls back to a default format. + * Emits the #GtkScale:format-value signal. * * Returns: formatted value */ -- 2.30.2